home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / initramfs-tools / update-initramfs.conf < prev   
Text File  |  2008-08-03  |  379b  |  21 lines

  1. # Configuration file for update-initramfs(8)
  2. #
  3.  
  4. #
  5. # update_initramfs [ yes | all | no ]
  6. #
  7. # Default is yes
  8. # If set to all update-initramfs will update all initramfs
  9. # If set to no disables any update to initramfs beside kernel upgrade
  10.  
  11. update_initramfs=yes
  12.  
  13. #
  14. # backup_initramfs [ yes | no ]
  15. #
  16. # Default is no
  17. # If set to no leaves no .bak backup files.
  18.  
  19. backup_initramfs=no
  20.